home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / chatnoir.swf / scripts / DefineSprite_33 / frame_27 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  186 b   |  13 lines

  1. stop();
  2. mcCat.mc.gotoAndStop(2);
  3. cnt = 0;
  4. onEnterFrame = function()
  5. {
  6.    cnt++;
  7.    if(cnt > 50)
  8.    {
  9.       delete onEnterFrame;
  10.       _parent.mcFade.start_fadeout();
  11.    }
  12. };
  13.